EMT Practice Test

1. Question Content...


Question List

Question1: A developer needs to transform contact data into a JSON array.

Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers

Question2: You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed.
What feature do you enable?

Question3: You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure.

Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?

Question4: Which description below best matches what Publish Options does?

Question5: What JSON code correctly represents the step in the OmniScript Structure panel shown?

Question6: A developer needs to build a multi-step intakeform. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

Question7: What should your first step be in troubleshooting whether a DataRaptor Extract is retrieving data?

Question8: A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:

Question9: A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?

Question10: A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to provide this functionality?

Question11: When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:
Which two errors could cause this behavior?
Choose 2 answers
Choose 2 answers

Question12: A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?

Question13: A)

B)

Question14: Refer to the exhibit.

The card layout uses anintegration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)

B)

C)

Question15: Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

Question16: in a DataRaptor Extract JSON Path, which option below has the correct syntax for a relationship query for a native Salesforce record?

Question17: A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?

Question18: A developer is configuring a DataRaptor Load to Save contract dat
a. The developer needs to set the record type of the contact using DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?

Question19: An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the data.
What error could cause this behavior? Choose 2 answers Calculator

Question20: A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be integer. However, the DataRaptor is sending it as a string.
Which action can the developer take to fix this?

Question21: Refer to the exhibit.

A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript, the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?

Question22: A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?

Question23: Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?

Question24: An OmniScript gets data from Salesforce and from an on-premises billing database.
What two OmniScript elements could retrieve this data? Choose 2 answers

Question25: A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?

Question26: You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display.
What could cause this error? Choose 2 answers

Question27: Refer to the exhibit.

A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript,the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?

Question28: A developer needs to build a DataRaptor Transform to send current weatherto both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

Question29: What are two items you can include on a flyout action? Choose 2 answers

Question30: Which OmniScript Action element redirects the user outside the OmniScript?

Question31: ...... configure Additional input to send exactly the same data? Assume that thedevelop checked Send Only Additional input.

A)

B)

C)

D)

Question32: A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?

Question33: Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?

Question34:
A)

B)

Question35: If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple Books

Question36: A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays: Required fields are missing: [last Name]'', How should the developer address this issue?

Question37: An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Accountid and ProductId. The integration Procedure data JSON contains the following nodes:
How should the Remote Action element be configured to pass the data correctly to the method?

Question38: A developer creates a Flexcard that displays a contact's mailing address and passes the contact's postal code to achild FlexCard.
When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact's postal code?

Question39: An OmniScript saves data to Salesforce and to an AWS Order Management system.
What OmniScript element could save all of this data?

Question40: Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

Question41: Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community.
The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two Location should the developer check to troubleshoot the issue?
Choose 2 answers

Question42: Your company is using an OmniScript on a Community page to take applications from new customers. The email address field is not required when the customer fills in their contact information on the first step. On the last step, a customer indicates they would like to be contacted via email, but on the first step they left that field blank.
Which element will let you return the customer to that first step and change the email field to a required field?

Question43: An integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?

Question44: A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:

Question45: What part of a DataRaptor Extract defines the JSON that is shared with Viocity apps?

Question46: What is the merge code you need for this Integration Procedure structure to pass a CaseNumber node from the DataRaptor Extract Action Single Book (DRReadCase) to the HTTP Action's HTTP Path URL?

Question47: A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developer configure the FlexCard to display the case records in this way?

Question48: What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?

Question49: A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON.
Which OmniScript element shouldthe developer use to meet this requirement?

Question50: In an Integration Procedure, you need to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? Choose 2 answers

Question51: What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

Question52: Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?

Question53: A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?